infobar: Avoid a memory leak in an error case
authorMatthias Clasen <mclasen@redhat.com>
Fri, 26 Feb 2016 19:55:20 +0000 (14:55 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 26 Feb 2016 20:52:19 +0000 (15:52 -0500)
commit88e372cd090e9cc4ee81ca368d43f8b4fc91d8a8
tree116505f0812e72d2b947e06014881b506e1113bb
parentc784d5d700c7d6c03680eb21de19c8391e8ffac3
infobar: Avoid a memory leak in an error case

Parsing <action-widgets> could sometimes fail to free
some of the data, if a nonexisting widget is referenced.
Found by gcc's leak sanitizer.
gtk/gtkinfobar.c